From 82d1ce9852bd39854e0fb16fca5a63f3f9437018 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Mon, 28 Feb 2005 20:58:11 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.39 (422385e3JUTcpAnifvTDP-tLQGjpug) trivial fix to remove time.usleep Signed-off-by: ian@xensource.com --- tools/misc/xend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/xend b/tools/misc/xend index fe30a13a45..e4cd65271f 100644 --- a/tools/misc/xend +++ b/tools/misc/xend @@ -118,7 +118,7 @@ def main(): if (not xcs_running()): if os.fork(): - time.usleep(500) # let xcs start + time.sleep(0.5) # let xcs start else: try: logfile = os.open(XCS_LOGFILE, -- 2.30.2